@charset "utf-8";


@media only screen and (max-width: 1530px) {
    .container {
        width: 1330px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav-items a {
        padding: 0 40px;
    }
}



/* Large Devices, Wide Screens */

@media only screen and (max-width: 1360px) {
    .container {
        width: 1250px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bidea-block {
        padding: 40px 26px 40px 26px;
    }
    .contact-bg {
        width: 750px;
        padding-right: 40px;
    }
}

@media only screen and (width: 1024px) {
    
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    
}



/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 736px) {
	
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    
}

@media only screen and (max-width: 568px) {
	
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 375px) {
	
}

@media only screen and (max-width: 320px) {
	
}
